home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / wb / ttmanager / rexx / ttm-tmpsnapshot.rexx < prev    next >
OS/2 REXX Batch file  |  1999-09-06  |  539b  |  20 lines

  1. /* $VER: TTM-TmpSnapshot.rexx 1.0 (16.11.98) by J. Tierney
  2.  
  3.   TTManager Temporary Snapshot  v1.0
  4.   11/16/98  J. Tierney <jtierney@cyberlink-inc.com>
  5.  
  6.   Purpose:  Snapshots the current window's position & dimensions, but
  7.            doesn't save them permanently, like the Snaphot menu option.
  8.             These snapshot settings will be lost when TTManager is quit.
  9.  
  10.   Usage:  TTM-TmpSnapshot.rexx
  11.  
  12. */
  13.  
  14. OPTIONS RESULTS
  15. ADDRESS 'TTMANAGER'
  16.  
  17. 'GetWindowDims wdims'
  18.  
  19. 'SetWindowDims X' wdims.x 'Y' wdims.y 'W' wdims.width 'H' wdims.height 'DEF'
  20.